home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Recognition Manager SDK / SR Sample Code / IM SR Example / MySRExamples Read Me < prev    next >
Text File  |  1996-05-02  |  716b  |  26 lines

  1. /*
  2.  
  3. IM SR Example (MySRExamples)
  4.  
  5. This example combines all the sample code from the Speech Recognition Manager 
  6. documentation into a functional application. It uses the SIOUX window and is 
  7. designed to work with CodeWarrior IDE 1.4 (CW8) or later. Each of the sample 
  8. routines is in a separate file. Only the main.c relies on CodeWarrior and 
  9. SIOUX.
  10.  
  11. In order to use these projects:
  12.  
  13. ..copy SpeechRecognitionLib to 
  14. :Metrowerks CodeWarrior:MacOS Support:Libraries:MacOS PPC:
  15.  
  16. ..and copy SpeechRecognition.h to
  17. :Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:
  18.  
  19. OR
  20.  
  21. copy them to your project folder and change the header files from:
  22. #include <SpeechRecognition.h>
  23. to
  24. #include "SpeechRecognition.h"
  25.  
  26. */